requestchoice >env:rq{$$} "Startup Choice" "Click on the option of your choice*n*n1,2 & 3 can't be loaded after WorkBench" "T0" "Cannon Fodder" "Pinball" "LionKing" "Menu1" "WorkBench"
if $rq{$$} EQ "0"
skip out
endif
if $rq{$$} EQ "1"
skip tzero
endif
if $rq{$$} EQ "2"
skip cf
endif
if $rq{$$} EQ "3"
skip Ball
endif
if $rq{$$} EQ "4"
skip lionking
endif
if $rq{$$} EQ "5"
skip Menu
endif
lab tzero
c:setpatch
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER
BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
IF EXISTS DEVS:Monitors
IF EXISTS DEVS:Monitors/VGAOnly
DEVS:Monitors/VGAOnly
EndIF
C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
Execute T:M
C:Delete >NIL: T:M
EndIF
Assign T0Save: "Work:GAMES/T0"
Assign T0Editor: "Work:GAMES/T0/T0Editor"
work:
games
t0
t-zer0
skip out
lab cf
work:
games
cannonfodder
execute cannonfodder
skip out
lab Ball
work:
games
mania
mania
skip out
lab lionking
work:
games
cd "lion king"
run "lion king"
endcli
lab Menu
execute s:boot-startup
unsetenv rq{$$}
endcli
endif
lab CD
mount CD0:
requestchoice >env:cdrom{$$} "CD Boot" "Click on option of your choice" "RoadKill" "CD32 Boot" "Cancel"
if $cdrom{$$} EQ "0"
execute s:boot-startup
unsetenv cdrom{$$}
unsetenv rq{$$}
endcli
endif
if $cdrom{$$} EQ "1"
skip roadkill
endif
if $cdrom{$$} EQ "2"
skip cd32
endif
lab roadkill
requestchoice >env:ok{$$} "RoadKill" "Check RoadKill Disk is in CD-Rom drive*n*nClick OK when ready to play" "OK"